home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / fonts / conf.avail / 29-language-selector-ja-jp.conf < prev    next >
Text File  |  2008-03-18  |  1KB  |  65 lines

  1. <fontconfig>
  2.  
  3.     <match target="font">
  4.         <edit name="embeddedbitmap" mode="assign">
  5.             <bool>false</bool>
  6.         </edit>
  7.         <edit name="hinting" mode="assign">
  8.             <bool>true</bool>
  9.         </edit>
  10.         <edit name="hintstyle" mode="assign">
  11.             <const>hintslight</const>
  12.         </edit>
  13.         <edit name="antialias" mode="assign">
  14.             <bool>true</bool>
  15.         </edit>
  16.     </match>
  17.  
  18.     <match target="font">
  19.         <test name="lang" compare="contains">
  20.             <string>ja</string>
  21.         </test>
  22.         <test name="pixelsize" compare="less_eq">
  23.             <double>18</double>
  24.         </test>
  25.         <edit name="hintstyle" mode="assign">
  26.             <const>hintnone</const>
  27.         </edit>
  28.     </match>
  29.  
  30.     <match target="font">
  31.         <test name="lang" compare="contains">
  32.             <string>ja</string>
  33.         </test>
  34.         <test name="spacing" compare="eq">
  35.             <const>dual</const>
  36.         </test>
  37.         <edit name="spacing">
  38.             <const>proportional</const>
  39.         </edit>
  40.         <edit name="globaladvance" binding="strong">
  41.             <bool>false</bool>
  42.         </edit>
  43.     </match>
  44.  
  45.     <match target="font">
  46.         <test name="lang" compare="contains">
  47.             <string>ja</string>
  48.         </test>
  49.         <test name="outline" compare="eq">
  50.             <bool>false</bool>
  51.         </test>
  52.         <test name="spacing" compare="eq">
  53.             <const>mono</const>
  54.             <const>charcell</const>
  55.         </test>
  56.         <edit name="spacing">
  57.             <const>proportional</const>
  58.         </edit>
  59.         <edit name="globaladvance" binding="strong">
  60.             <bool>false</bool>
  61.         </edit>
  62.     </match>
  63.  
  64. </fontconfig>
  65.